func math.log2

2 uses

	math (current package)
		log10.go#L26: 	return log2(x)
		log10.go#L29: func log2(x float64) float64 {